home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / anim / salute.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  370 b   |  12 lines

  1. //------
  2. // Salute
  3. //------
  4. // This right now always plays a single salute animation; it should pick a salute based on gun.
  5. // Other actions beside salute could also be added here for disguise guys to do when they see you.
  6.  
  7. println "salute.scr"
  8. waitexec anim/smoking.scr::SmokeRemoveCigarette
  9.  
  10. self setmotionanim FULLBODY_salute
  11. self waittill flaggedanimdone
  12.